﻿2026-07-16T05:59:02.6369802Z ##[group]Run set -euo pipefail
2026-07-16T05:59:02.6370198Z [36;1mset -euo pipefail[0m
2026-07-16T05:59:02.6370463Z [36;1mPIN=0c95435[0m
2026-07-16T05:59:02.6370711Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-16T05:59:02.6371011Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-16T05:59:02.6371398Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-16T05:59:02.6371889Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-16T05:59:02.6372376Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-16T05:59:02.6372779Z [36;1m  rm -rf "$CACHE"[0m
2026-07-16T05:59:02.6373059Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-16T05:59:02.6373378Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-16T05:59:02.6373940Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-16T05:59:02.6374333Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-16T05:59:02.6374638Z [36;1mfi[0m
2026-07-16T05:59:02.6374962Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-16T05:59:02.6390120Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-16T05:59:02.6390525Z env:
2026-07-16T05:59:02.6390773Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-16T05:59:02.6391051Z ##[endgroup]
2026-07-16T05:59:02.9525444Z    Compiling proc-macro2 v1.0.106
2026-07-16T05:59:02.9526273Z    Compiling unicode-ident v1.0.24
2026-07-16T05:59:02.9526807Z    Compiling quote v1.0.45
2026-07-16T05:59:02.9527207Z    Compiling libc v0.2.186
2026-07-16T05:59:02.9527605Z    Compiling serde_core v1.0.228
2026-07-16T05:59:02.9528061Z    Compiling cfg-if v1.0.4
2026-07-16T05:59:02.9552973Z    Compiling serde v1.0.228
2026-07-16T05:59:02.9590412Z    Compiling log v0.4.32
2026-07-16T05:59:02.9644180Z    Compiling pin-project-lite v0.2.17
2026-07-16T05:59:02.9704288Z    Compiling portable-atomic v1.13.1
2026-07-16T05:59:02.9705052Z    Compiling typenum v1.20.1
2026-07-16T05:59:02.9705799Z    Compiling memchr v2.8.1
2026-07-16T05:59:02.9706110Z    Compiling version_check v0.9.5
2026-07-16T05:59:02.9793427Z    Compiling critical-section v1.2.0
2026-07-16T05:59:02.9942687Z    Compiling find-msvc-tools v0.1.9
2026-07-16T05:59:03.0355839Z    Compiling shlex v2.0.1
2026-07-16T05:59:03.0466138Z    Compiling futures-core v0.3.32
2026-07-16T05:59:03.0789490Z    Compiling bytes v1.11.1
2026-07-16T05:59:03.1751054Z    Compiling subtle v2.6.1
2026-07-16T05:59:03.2150850Z    Compiling smallvec v1.15.1
2026-07-16T05:59:03.2255497Z    Compiling equivalent v1.0.2
2026-07-16T05:59:03.2820509Z    Compiling itoa v1.0.18
2026-07-16T05:59:03.2980388Z    Compiling semver v1.0.28
2026-07-16T05:59:03.3210501Z    Compiling stable_deref_trait v1.2.1
2026-07-16T05:59:03.3374063Z    Compiling futures-sink v0.3.32
2026-07-16T05:59:03.4270440Z    Compiling slab v0.4.12
2026-07-16T05:59:03.4559644Z    Compiling futures-io v0.3.32
2026-07-16T05:59:03.4700636Z    Compiling futures-channel v0.3.32
2026-07-16T05:59:03.5040632Z    Compiling generic-array v0.14.7
2026-07-16T05:59:03.5242067Z    Compiling futures-task v0.3.32
2026-07-16T05:59:03.5370640Z    Compiling rand_core v0.10.1
2026-07-16T05:59:03.5860627Z    Compiling hashbrown v0.17.1
2026-07-16T05:59:03.6860910Z    Compiling rustc_version v0.4.1
2026-07-16T05:59:03.7066061Z    Compiling rustversion v1.0.22
2026-07-16T05:59:03.7320505Z    Compiling bitflags v2.12.1
2026-07-16T05:59:03.7380631Z    Compiling cpufeatures v0.2.17
2026-07-16T05:59:03.7666667Z    Compiling getrandom v0.4.2
2026-07-16T05:59:03.8160177Z    Compiling fnv v1.0.7
2026-07-16T05:59:03.8320722Z    Compiling strsim v0.11.1
2026-07-16T05:59:03.8395377Z    Compiling cfg_aliases v0.2.1
2026-07-16T05:59:03.8968416Z    Compiling writeable v0.6.3
2026-07-16T05:59:03.9250222Z    Compiling litemap v0.8.2
2026-07-16T05:59:03.9398457Z    Compiling utf8_iter v1.0.4
2026-07-16T05:59:04.0450261Z    Compiling dunce v1.0.5
2026-07-16T05:59:04.0890763Z    Compiling icu_normalizer_data v2.2.0
2026-07-16T05:59:04.1200339Z    Compiling ident_case v1.0.1
2026-07-16T05:59:04.1300382Z    Compiling icu_properties_data v2.2.0
2026-07-16T05:59:04.1420266Z    Compiling fs_extra v1.3.0
2026-07-16T05:59:04.1971543Z    Compiling autocfg v1.5.1
2026-07-16T05:59:04.2380760Z    Compiling percent-encoding v2.3.2
2026-07-16T05:59:04.2710409Z    Compiling http v1.4.1
2026-07-16T05:59:04.3820258Z    Compiling cpufeatures v0.3.0
2026-07-16T05:59:04.4870357Z    Compiling unicode-segmentation v1.13.3
2026-07-16T05:59:04.5430612Z    Compiling aws-lc-rs v1.17.0
2026-07-16T05:59:04.5560278Z    Compiling indexmap v2.14.0
2026-07-16T05:59:04.5820622Z    Compiling thiserror v2.0.18
2026-07-16T05:59:04.5889389Z    Compiling syn v2.0.117
2026-07-16T05:59:04.6043028Z    Compiling scopeguard v1.2.0
2026-07-16T05:59:04.6910641Z    Compiling form_urlencoded v1.2.2
2026-07-16T05:59:04.7100380Z    Compiling chacha20 v0.10.0
2026-07-16T05:59:04.7140733Z    Compiling untrusted v0.9.0
2026-07-16T05:59:04.7510437Z    Compiling lock_api v0.4.14
2026-07-16T05:59:04.8510753Z    Compiling rustls v0.23.40
2026-07-16T05:59:04.9260798Z    Compiling heck v0.5.0
2026-07-16T05:59:04.9700546Z    Compiling unicode-xid v0.2.6
2026-07-16T05:59:04.9827158Z    Compiling atomic-waker v1.1.2
2026-07-16T05:59:05.0781500Z    Compiling const-oid v0.10.2
2026-07-16T05:59:05.0854838Z    Compiling anyhow v1.0.102
2026-07-16T05:59:05.0891321Z    Compiling zerocopy v0.8.50
2026-07-16T05:59:05.1150174Z    Compiling paste v1.0.15
2026-07-16T05:59:05.1340953Z    Compiling httparse v1.10.1
2026-07-16T05:59:05.1990672Z    Compiling parking_lot_core v0.9.12
2026-07-16T05:59:05.3470916Z    Compiling jobserver v0.1.34
2026-07-16T05:59:05.3610871Z    Compiling num-traits v0.2.19
2026-07-16T05:59:05.3820389Z    Compiling convert_case v0.10.0
2026-07-16T05:59:05.4863512Z    Compiling hybrid-array v0.4.12
2026-07-16T05:59:05.5532561Z    Compiling curve25519-dalek v4.1.3
2026-07-16T05:59:05.5790216Z    Compiling ahash v0.8.12
2026-07-16T05:59:05.6180887Z    Compiling fastrand v2.4.1
2026-07-16T05:59:05.6650833Z    Compiling cc v1.2.63
2026-07-16T05:59:05.6899762Z    Compiling either v1.16.0
2026-07-16T05:59:05.8060782Z    Compiling crypto-common v0.1.7
2026-07-16T05:59:05.8684443Z    Compiling block-buffer v0.10.4
2026-07-16T05:59:05.9001294Z    Compiling mio v1.2.1
2026-07-16T05:59:05.9317298Z    Compiling socket2 v0.6.4
2026-07-16T05:59:05.9698888Z    Compiling getrandom v0.2.17
2026-07-16T05:59:05.9958923Z    Compiling digest v0.10.7
2026-07-16T05:59:06.0210679Z    Compiling http-body v1.0.1
2026-07-16T05:59:06.0573233Z    Compiling powerfmt v0.2.0
2026-07-16T05:59:06.1133358Z    Compiling base64ct v1.8.3
2026-07-16T05:59:06.2400636Z    Compiling rand v0.10.1
2026-07-16T05:59:06.2889708Z    Compiling rand_core v0.6.4
2026-07-16T05:59:06.3120326Z    Compiling deranged v0.5.8
2026-07-16T05:59:06.3280698Z    Compiling uuid v1.23.2
2026-07-16T05:59:06.5940605Z    Compiling num-conv v0.2.2
2026-07-16T05:59:06.7070962Z    Compiling zmij v1.0.21
2026-07-16T05:59:06.7170484Z    Compiling pkg-config v0.3.33
2026-07-16T05:59:06.8090431Z    Compiling pem-rfc7468 v1.0.0
2026-07-16T05:59:06.8550387Z    Compiling try-lock v0.2.5
2026-07-16T05:59:06.8620221Z    Compiling vcpkg v0.2.15
2026-07-16T05:59:06.9460638Z    Compiling tower-service v0.3.3
2026-07-16T05:59:06.9760725Z    Compiling data-encoding v2.11.0
2026-07-16T05:59:07.0310396Z    Compiling time-core v0.1.8
2026-07-16T05:59:07.0631143Z    Compiling tinyvec_macros v0.1.1
2026-07-16T05:59:07.0824274Z    Compiling base64 v0.22.1
2026-07-16T05:59:07.1372913Z    Compiling tinyvec v1.11.0
2026-07-16T05:59:07.2540440Z    Compiling want v0.3.1
2026-07-16T05:59:07.2897083Z    Compiling parking_lot v0.12.5
2026-07-16T05:59:07.3170363Z    Compiling crypto-common v0.2.2
2026-07-16T05:59:07.5351067Z    Compiling block-buffer v0.12.0
2026-07-16T05:59:07.5420237Z    Compiling sha2 v0.10.9
2026-07-16T05:59:07.5780222Z    Compiling inout v0.1.4
2026-07-16T05:59:07.6930331Z    Compiling cmake v0.1.58
2026-07-16T05:59:07.7319081Z    Compiling vergen-lib v9.1.0
2026-07-16T05:59:07.7821443Z    Compiling n0-future v0.3.2
2026-07-16T05:59:07.9340571Z    Compiling cordyceps v0.3.4
2026-07-16T05:59:07.9543676Z    Compiling httpdate v1.0.3
2026-07-16T05:59:08.0220421Z    Compiling spin v0.10.0
2026-07-16T05:59:08.0430741Z    Compiling parking v2.2.1
2026-07-16T05:59:08.0781633Z    Compiling signature v2.2.0
2026-07-16T05:59:08.1342889Z    Compiling crossbeam-utils v0.8.21
2026-07-16T05:59:08.1440488Z    Compiling serde_json v1.0.150
2026-07-16T05:59:08.2236708Z    Compiling winnow v1.0.3
2026-07-16T05:59:08.2360310Z    Compiling diatomic-waker v0.2.3
2026-07-16T05:59:08.2981209Z    Compiling futures-lite v2.6.1
2026-07-16T05:59:08.3260464Z    Compiling ed25519 v2.2.3
2026-07-16T05:59:08.3610503Z    Compiling cipher v0.4.4
2026-07-16T05:59:08.3740402Z    Compiling futures-buffered v0.2.13
2026-07-16T05:59:08.3840726Z    Compiling netlink-packet-core v0.8.1
2026-07-16T05:59:08.4120241Z    Compiling universal-hash v0.5.1
2026-07-16T05:59:08.4190170Z    Compiling vergen v9.1.0
2026-07-16T05:59:08.4410549Z    Compiling vergen-lib v0.1.6
2026-07-16T05:59:08.5240489Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-16T05:59:08.5811523Z    Compiling heapless v0.7.17
2026-07-16T05:59:08.5980295Z    Compiling noq-udp v0.10.0
2026-07-16T05:59:08.6650875Z    Compiling sync_wrapper v1.0.2
2026-07-16T05:59:08.6840342Z    Compiling digest v0.11.3
2026-07-16T05:59:08.6954710Z    Compiling allocator-api2 v0.2.21
2026-07-16T05:59:08.7141307Z    Compiling opaque-debug v0.3.1
2026-07-16T05:59:08.8056317Z    Compiling byteorder v1.5.0
2026-07-16T05:59:08.8450791Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-16T05:59:08.8640666Z    Compiling polyval v0.6.2
2026-07-16T05:59:08.9442212Z    Compiling vergen-gitcl v1.0.8
2026-07-16T05:59:08.9531838Z    Compiling spin v0.9.8
2026-07-16T05:59:09.0032353Z    Compiling hash32 v0.2.1
2026-07-16T05:59:09.0203507Z    Compiling fallible-iterator v0.3.0
2026-07-16T05:59:09.0524709Z    Compiling aws-lc-sys v0.41.0
2026-07-16T05:59:09.1130640Z    Compiling ring v0.17.14
2026-07-16T05:59:09.1214893Z    Compiling libsqlite3-sys v0.30.1
2026-07-16T05:59:09.1570758Z    Compiling num_threads v0.1.7
2026-07-16T05:59:09.1800131Z    Compiling signature v3.0.0
2026-07-16T05:59:09.2265876Z    Compiling ryu v1.0.23
2026-07-16T05:59:09.2640791Z    Compiling tower-layer v0.3.3
2026-07-16T05:59:09.3180696Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-16T05:59:09.3570364Z    Compiling time v0.3.47
2026-07-16T05:59:09.4390775Z    Compiling ghash v0.5.1
2026-07-16T05:59:09.4990431Z    Compiling sha2 v0.11.0-rc.5
2026-07-16T05:59:09.5132520Z    Compiling aes v0.8.4
2026-07-16T05:59:09.5224533Z    Compiling ctr v0.9.2
2026-07-16T05:59:09.5360718Z    Compiling http-body-util v0.1.3
2026-07-16T05:59:09.6170397Z    Compiling fs2 v0.4.3
2026-07-16T05:59:09.6590139Z    Compiling aead v0.5.2
2026-07-16T05:59:09.7103794Z    Compiling arrayvec v0.7.6
2026-07-16T05:59:09.7320506Z    Compiling openssl-probe v0.2.1
2026-07-16T05:59:09.7911544Z    Compiling utf8parse v0.2.2
2026-07-16T05:59:09.8013301Z    Compiling crossbeam-epoch v0.9.18
2026-07-16T05:59:09.9290547Z    Compiling crossbeam-channel v0.5.15
2026-07-16T05:59:09.9566983Z    Compiling blake3 v1.8.5
2026-07-16T05:59:10.0162850Z    Compiling netlink-packet-route v0.29.0
2026-07-16T05:59:10.0410616Z    Compiling memoffset v0.6.5
2026-07-16T05:59:10.2600508Z    Compiling aes-gcm v0.10.3
2026-07-16T05:59:10.3690438Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-16T05:59:10.4660544Z    Compiling acto v0.8.2
2026-07-16T05:59:10.5190601Z    Compiling noq v0.18.0
2026-07-16T05:59:10.5440413Z    Compiling netwatch v0.16.0
2026-07-16T05:59:10.5570393Z    Compiling tagptr v0.2.0
2026-07-16T05:59:10.5868818Z    Compiling synstructure v0.13.2
2026-07-16T05:59:10.7180854Z    Compiling darling_core v0.20.11
2026-07-16T05:59:10.8030798Z    Compiling xml-rs v0.8.28
2026-07-16T05:59:10.8400784Z    Compiling rustc-hash v2.1.2
2026-07-16T05:59:10.8510773Z    Compiling ref-cast v1.0.25
2026-07-16T05:59:10.8815169Z    Compiling identity-hash v0.1.0
2026-07-16T05:59:10.9711127Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-16T05:59:11.0200350Z    Compiling lru-slab v0.1.2
2026-07-16T05:59:11.1710401Z    Compiling foldhash v0.2.0
2026-07-16T05:59:11.2557991Z    Compiling sorted-index-buffer v0.2.1
2026-07-16T05:59:11.2663802Z    Compiling thiserror v1.0.69
2026-07-16T05:59:11.4060621Z    Compiling mac-addr v0.3.0
2026-07-16T05:59:11.4120700Z    Compiling rustix v1.1.4
2026-07-16T05:59:11.4398888Z    Compiling hashbrown v0.16.1
2026-07-16T05:59:11.6496948Z    Compiling serde_derive_internals v0.29.1
2026-07-16T05:59:11.7015257Z    Compiling netlink-packet-route v0.30.0
2026-07-16T05:59:11.9699287Z    Compiling xmltree v0.10.3
2026-07-16T05:59:12.2620451Z    Compiling proc-macro-crate v3.5.0
2026-07-16T05:59:12.2770770Z    Compiling serial-core v0.4.0
2026-07-16T05:59:12.4140776Z    Compiling ioctl-rs v0.1.6
2026-07-16T05:59:12.5240581Z    Compiling termios v0.2.2
2026-07-16T05:59:12.5412129Z    Compiling errno v0.3.14
2026-07-16T05:59:12.5570545Z    Compiling simple-dns v0.9.3
2026-07-16T05:59:12.5720560Z    Compiling aho-corasick v1.1.4
2026-07-16T05:59:12.7110419Z    Compiling signal-hook v0.3.18
2026-07-16T05:59:12.7112361Z    Compiling linux-raw-sys v0.12.1
2026-07-16T05:59:12.7740150Z    Compiling sha1_smol v1.0.1
2026-07-16T05:59:12.9190331Z    Compiling resolv-conf v0.7.6
2026-07-16T05:59:12.9380508Z    Compiling regex-syntax v0.8.10
2026-07-16T05:59:13.0523649Z    Compiling toml_write v0.1.2
2026-07-16T05:59:13.0589704Z    Compiling winnow v0.7.15
2026-07-16T05:59:13.0850679Z    Compiling simdutf8 v0.1.5
2026-07-16T05:59:13.2080728Z    Compiling constant_time_eq v0.4.2
2026-07-16T05:59:13.2482571Z    Compiling serde_derive v1.0.228
2026-07-16T05:59:13.3110681Z    Compiling zeroize_derive v1.4.3
2026-07-16T05:59:13.3440714Z    Compiling tokio-macros v2.7.0
2026-07-16T05:59:13.4780662Z    Compiling zerofrom-derive v0.1.7
2026-07-16T05:59:13.5069822Z    Compiling futures-macro v0.3.32
2026-07-16T05:59:13.5140718Z    Compiling yoke-derive v0.8.2
2026-07-16T05:59:14.2116313Z    Compiling zeroize v1.8.2
2026-07-16T05:59:14.3990234Z    Compiling zerovec-derive v0.11.3
2026-07-16T05:59:14.4410356Z    Compiling tokio v1.52.3
2026-07-16T05:59:14.7060489Z    Compiling futures-util v0.3.32
2026-07-16T05:59:14.9341420Z    Compiling displaydoc v0.2.6
2026-07-16T05:59:15.3830963Z    Compiling zerofrom v0.1.8
2026-07-16T05:59:15.4080384Z    Compiling tracing-attributes v0.1.31
2026-07-16T05:59:15.5505229Z    Compiling yoke v0.8.3
2026-07-16T05:59:15.8880427Z    Compiling rustls-pki-types v1.14.1
2026-07-16T05:59:15.9451696Z    Compiling thiserror-impl v2.0.18
2026-07-16T05:59:16.1023719Z    Compiling zerotrie v0.2.4
2026-07-16T05:59:16.1200171Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-16T05:59:16.5910593Z    Compiling zerovec v0.11.6
2026-07-16T05:59:16.6842134Z    Compiling darling_macro v0.20.11
2026-07-16T05:59:17.0300201Z    Compiling derive_more-impl v2.1.1
2026-07-16T05:59:17.1575514Z    Compiling darling v0.20.11
2026-07-16T05:59:17.1695407Z    Compiling n0-error-macros v0.1.3
2026-07-16T05:59:17.2540459Z    Compiling derive_builder_core v0.20.2
2026-07-16T05:59:17.3714052Z    Compiling spez v0.1.2
2026-07-16T05:59:17.7850258Z    Compiling tinystr v0.8.3
2026-07-16T05:59:17.8796733Z    Compiling potential_utf v0.1.5
2026-07-16T05:59:18.0180383Z    Compiling icu_locale_core v2.2.0
2026-07-16T05:59:18.0798159Z    Compiling icu_collections v2.2.0
2026-07-16T05:59:18.4000321Z    Compiling der v0.8.0-rc.10
2026-07-16T05:59:18.5090578Z    Compiling n0-error v0.1.3
2026-07-16T05:59:18.6467566Z    Compiling pin-project-internal v1.1.13
2026-07-16T05:59:18.9860399Z    Compiling cobs v0.3.0
2026-07-16T05:59:19.0390603Z    Compiling derive_builder_macro v0.20.2
2026-07-16T05:59:19.0590193Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-16T05:59:19.2960670Z    Compiling postcard-derive v0.2.2
2026-07-16T05:59:19.5277411Z    Compiling ipnet v2.12.0
2026-07-16T05:59:19.7540492Z    Compiling icu_provider v2.2.0
2026-07-16T05:59:19.9120595Z    Compiling derive_builder v0.20.2
2026-07-16T05:59:20.0320177Z    Compiling prefix-trie v0.8.4
2026-07-16T05:59:20.1600252Z    Compiling icu_properties v2.2.0
2026-07-16T05:59:20.3700877Z    Compiling once_cell v1.21.4
2026-07-16T05:59:20.3911106Z    Compiling icu_normalizer v2.2.0
2026-07-16T05:59:20.4391236Z    Compiling pin-project v1.1.13
2026-07-16T05:59:20.4800509Z    Compiling spki v0.8.0-rc.4
2026-07-16T05:59:20.4860407Z    Compiling futures-executor v0.3.32
2026-07-16T05:59:20.4990897Z    Compiling ed25519-dalek v2.2.0
2026-07-16T05:59:20.6500642Z    Compiling tracing-core v0.1.36
2026-07-16T05:59:20.6840408Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-16T05:59:20.7490350Z    Compiling futures v0.3.32
2026-07-16T05:59:20.8126922Z    Compiling spt-proto v0.32.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-16T05:59:20.9373797Z    Compiling hashbrown v0.14.5
2026-07-16T05:59:20.9410491Z    Compiling ed25519 v3.0.0-rc.4
2026-07-16T05:59:21.0890306Z    Compiling data-encoding-macro v0.1.20
2026-07-16T05:59:21.1460429Z    Compiling rustls-native-certs v0.8.4
2026-07-16T05:59:21.4150238Z    Compiling tracing v0.1.44
2026-07-16T05:59:21.5890253Z    Compiling tokio-util v0.7.18
2026-07-16T05:59:21.6170227Z    Compiling netlink-sys v0.8.8
2026-07-16T05:59:21.8880841Z    Compiling hashlink v0.9.1
2026-07-16T05:59:21.8920626Z    Compiling postcard v1.1.3
2026-07-16T05:59:21.8990286Z    Compiling tower v0.5.3
2026-07-16T05:59:21.9653795Z    Compiling async-trait v0.1.89
2026-07-16T05:59:22.1881242Z    Compiling idna_adapter v1.2.2
2026-07-16T05:59:22.3100756Z    Compiling idna v1.1.0
2026-07-16T05:59:22.3232092Z    Compiling iroh-metrics-derive v0.4.1
2026-07-16T05:59:22.3981135Z    Compiling num_enum_derive v0.7.6
2026-07-16T05:59:22.4410198Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-16T05:59:22.4514530Z    Compiling enum-assoc v1.3.0
2026-07-16T05:59:22.5661091Z    Compiling strum_macros v0.28.0
2026-07-16T05:59:22.7130690Z    Compiling iroh-relay v0.98.0
2026-07-16T05:59:22.7830468Z    Compiling netlink-proto v0.12.0
2026-07-16T05:59:22.8781497Z    Compiling url v2.5.8
2026-07-16T05:59:22.9020285Z    Compiling h2 v0.4.14
2026-07-16T05:59:22.9362380Z    Compiling rusqlite v0.32.1
2026-07-16T05:59:23.0810447Z    Compiling iroh-metrics v0.38.3
2026-07-16T05:59:23.1151558Z    Compiling derive_more v2.1.1
2026-07-16T05:59:23.1830602Z    Compiling tokio-stream v0.1.18
2026-07-16T05:59:23.1920042Z    Compiling netdev v0.42.0
2026-07-16T05:59:23.4931005Z    Compiling moka v0.12.15
2026-07-16T05:59:23.5400558Z    Compiling n0-watcher v0.6.1
2026-07-16T05:59:23.6000476Z    Compiling serde_spanned v0.6.9
2026-07-16T05:59:23.7400743Z    Compiling toml_datetime v0.6.11
2026-07-16T05:59:23.8960717Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-16T05:59:23.9162179Z    Compiling num_enum v0.7.6
2026-07-16T05:59:23.9676913Z    Compiling tower-http v0.6.11
2026-07-16T05:59:24.0330816Z    Compiling attohttpc v0.30.1
2026-07-16T05:59:24.0480470Z    Compiling iroh-base v0.98.0
2026-07-16T05:59:24.0560706Z    Compiling ref-cast-impl v1.0.25
2026-07-16T05:59:24.1974605Z    Compiling thiserror-impl v1.0.69
2026-07-16T05:59:24.5231039Z    Compiling spt-store v0.32.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-16T05:59:24.6360161Z    Compiling smol_str v0.1.24
2026-07-16T05:59:24.6450471Z    Compiling arrayref v0.3.9
2026-07-16T05:59:24.7900559Z    Compiling toml_edit v0.22.27
2026-07-16T05:59:24.9840355Z    Compiling webpki-roots v1.0.7
2026-07-16T05:59:25.0240748Z    Compiling regex-automata v0.4.14
2026-07-16T05:59:25.1070785Z    Compiling schemars_derive v1.2.1
2026-07-16T05:59:25.4650271Z    Compiling signal-hook-registry v1.4.8
2026-07-16T05:59:25.7120489Z    Compiling serial-unix v0.4.0
2026-07-16T05:59:25.8830333Z    Compiling lru v0.16.4
2026-07-16T05:59:25.9919055Z    Compiling darling_core v0.23.0
2026-07-16T05:59:26.0060229Z    Compiling serde_bytes v0.11.19
2026-07-16T05:59:26.0920456Z    Compiling hmac v0.12.1
2026-07-16T05:59:26.2559745Z    Compiling seize v0.5.1
2026-07-16T05:59:26.3550190Z    Compiling strum v0.28.0
2026-07-16T05:59:26.3740374Z    Compiling iroh v0.98.2
2026-07-16T05:59:26.4000417Z    Compiling pin-utils v0.1.0
2026-07-16T05:59:26.4742393Z    Compiling iroh-dns v0.98.0
2026-07-16T05:59:26.5006735Z    Compiling rustix v0.38.44
2026-07-16T05:59:26.5101128Z    Compiling bitflags v1.3.2
2026-07-16T05:59:26.5952901Z    Compiling cmov v0.5.4
2026-07-16T05:59:26.7440109Z    Compiling dyn-clone v1.0.20
2026-07-16T05:59:26.8244869Z    Compiling nix v0.25.1
2026-07-16T05:59:26.8926586Z    Compiling papaya v0.2.4
2026-07-16T05:59:26.9043744Z    Compiling filedescriptor v0.8.3
2026-07-16T05:59:26.9920245Z    Compiling hkdf v0.12.4
2026-07-16T05:59:27.0466898Z    Compiling ctutils v0.4.2
2026-07-16T05:59:27.1450272Z    Compiling serial v0.4.0
2026-07-16T05:59:27.2204219Z    Compiling backon v1.6.0
2026-07-16T05:59:27.2755221Z    Compiling anstyle-parse v1.0.0
2026-07-16T05:59:27.3750397Z    Compiling vte_generate_state_changes v0.1.2
2026-07-16T05:59:27.5363844Z    Compiling instability v0.3.12
2026-07-16T05:59:27.5700728Z    Compiling is_terminal_polyfill v1.70.2
2026-07-16T05:59:27.5900645Z    Compiling colorchoice v1.0.5
2026-07-16T05:59:27.6638752Z    Compiling foldhash v0.1.5
2026-07-16T05:59:27.7469734Z    Compiling anstyle v1.0.14
2026-07-16T05:59:27.7610488Z    Compiling schemars v1.2.1
2026-07-16T05:59:27.7650678Z    Compiling anstyle-query v1.1.5
2026-07-16T05:59:27.7750580Z    Compiling linux-raw-sys v0.4.15
2026-07-16T05:59:27.7986933Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-16T05:59:27.8740542Z    Compiling downcast-rs v1.2.1
2026-07-16T05:59:27.9130695Z    Compiling shell-words v1.1.1
2026-07-16T05:59:28.0000588Z    Compiling hashbrown v0.15.5
2026-07-16T05:59:28.1430856Z    Compiling anstream v1.0.0
2026-07-16T05:59:28.1650287Z    Compiling vte v0.13.1
2026-07-16T05:59:28.7480739Z    Compiling regex v1.12.3
2026-07-16T05:59:28.8850720Z    Compiling toml v0.8.23
2026-07-16T05:59:29.5795802Z    Compiling hyper v1.10.1
2026-07-16T05:59:29.5931037Z    Compiling spt-msg v0.32.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-16T05:59:29.7539540Z    Compiling terminal_size v0.4.4
2026-07-16T05:59:29.9890135Z    Compiling signal-hook-mio v0.2.5
2026-07-16T05:59:30.0940996Z    Compiling spt-runtime v0.32.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-16T05:59:30.1527604Z    Compiling spake2 v0.4.0
2026-07-16T05:59:30.1810600Z    Compiling strum_macros v0.26.4
2026-07-16T05:59:30.6089937Z    Compiling sha1 v0.10.6
2026-07-16T05:59:30.6524996Z    Compiling itertools v0.13.0
2026-07-16T05:59:30.6690561Z    Compiling darling_macro v0.23.0
2026-07-16T05:59:30.9930338Z    Compiling castaway v0.2.4
2026-07-16T05:59:31.0250527Z    Compiling clap_lex v1.1.0
2026-07-16T05:59:31.0400637Z    Compiling darling v0.23.0
2026-07-16T05:59:31.1010434Z    Compiling static_assertions v1.1.0
2026-07-16T05:59:31.1660505Z    Compiling indoc v2.0.7
2026-07-16T05:59:31.2270355Z    Compiling unicode-width v0.1.14
2026-07-16T05:59:31.3520496Z    Compiling doctest-file v1.1.1
2026-07-16T05:59:31.3830597Z    Compiling clap_builder v4.6.0
2026-07-16T05:59:31.5249731Z    Compiling compact_str v0.8.2
2026-07-16T05:59:31.7480495Z    Compiling hyper-util v0.1.20
2026-07-16T05:59:31.8471303Z    Compiling portable-pty v0.8.1
2026-07-16T05:59:31.9813600Z    Compiling interprocess v2.4.2
2026-07-16T05:59:32.4463908Z    Compiling spt-term v0.32.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-16T05:59:32.6430388Z    Compiling crossterm v0.28.1
2026-07-16T05:59:32.9960499Z    Compiling lru v0.12.5
2026-07-16T05:59:33.1567700Z    Compiling unicode-truncate v1.1.0
2026-07-16T05:59:33.2040354Z    Compiling clap_derive v4.6.1
2026-07-16T05:59:33.2212931Z    Compiling unicode-width v0.2.0
2026-07-16T05:59:33.2752536Z    Compiling cassowary v0.3.0
2026-07-16T05:59:33.3890418Z    Compiling iana-time-zone v0.1.65
2026-07-16T05:59:33.3930501Z    Compiling nucleo-matcher v0.3.1
2026-07-16T05:59:33.3954609Z    Compiling qrcode v0.14.1
2026-07-16T05:59:33.4270250Z    Compiling strum v0.26.3
2026-07-16T05:59:33.5850437Z    Compiling tempfile v3.27.0
2026-07-16T05:59:33.6350285Z    Compiling chrono v0.4.45
2026-07-16T05:59:34.0209447Z    Compiling spt-live v0.32.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-16T05:59:34.2591467Z    Compiling ratatui v0.29.0
2026-07-16T05:59:34.3436788Z    Compiling igd-next v0.17.1
2026-07-16T05:59:35.8160546Z    Compiling portmapper v0.16.0
2026-07-16T05:59:36.0210533Z    Compiling clap v4.6.1
2026-07-16T05:59:43.7528409Z    Compiling rustls-webpki v0.103.13
2026-07-16T05:59:46.3845595Z    Compiling tokio-rustls v0.26.4
2026-07-16T05:59:46.3846681Z    Compiling rustls-platform-verifier v0.7.0
2026-07-16T05:59:46.3847265Z    Compiling noq-proto v0.17.0
2026-07-16T05:59:46.5470310Z    Compiling hyper-rustls v0.27.9
2026-07-16T05:59:46.5471330Z    Compiling hickory-net v0.26.0-beta.4
2026-07-16T05:59:46.5472002Z    Compiling tokio-websockets v0.13.2
2026-07-16T05:59:46.6990020Z    Compiling reqwest v0.13.4
2026-07-16T05:59:47.7133002Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-16T06:00:02.9862653Z    Compiling spt-net v0.32.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-16T06:00:04.5956387Z    Compiling spt-daemon v0.32.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-16T06:00:14.2509867Z    Compiling spt v0.32.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-16T06:00:19.6531506Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 16s
2026-07-16T06:00:19.6771552Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-1f202d799349ba19)
2026-07-16T06:00:19.6785922Z 
2026-07-16T06:00:19.6786031Z running 1 test
2026-07-16T06:00:25.8692799Z test new_brain_serves_against_old_broker ... ok
2026-07-16T06:00:25.8693141Z 
2026-07-16T06:00:25.8693468Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-07-16T06:00:25.8693898Z 
